@charset "utf-8";

/* =======================================

	Outdoor CSS

========================================== */

.section {
	overflow: auto;
	zoom: 1;
}

.note {
	overflow: auto;
	zoom: 1;
	margin-top: 2em !important;
	padding: 10px 20px 10px 20px;
	background-color: #f9f3e3;
}

div.boxContents01 p.imageL {
	float:left;
	margin-right:25px;
}

div.boxContents01 p.imageR {
	float:right;
	margin-left:25px;
}

ul.imageList {
	list-style: none;
}
ul.imageList li {
	float: left;
	display: inline;
}
ul.imageList li:first-child {
	margin-right: 33px;
}
